home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / comm / irc / cybershiela.lha / cs / cs_howshould.amirx < prev    next >
Text File  |  1999-09-26  |  2KB  |  45 lines

  1. /* CyberShiela MultiResponse File */
  2. nick=getclip('NICK')
  3. xx=random(1,31,time('s'))
  4. select
  5. when xx=1 then a="Very carefully."
  6. when xx=2 then a="Alone."
  7. when xx=3 then a="With a can opener"
  8. when xx=4 then a="Using a pencil sharpener"
  9. when xx=5 then a="As quickly as possible"
  10. when xx=6 then a="Slowly and carefully."
  11. when xx=7 then a="With a friend."
  12. when xx=8 then a="With someone you love."
  13. when xx=9 then a="Just don't do it."
  14. when xx=10 then a="Just do it."
  15. when xx=11 then a="Not alone."
  16. when xx=12 then a="With help."
  17. when xx=13 then a="With a screwdriver."
  18. when xx=14 then a="With a spoon."
  19. when xx=15 then a="With a fork."
  20. when xx=16 then a="With a knive."
  21. when xx=17 then a="Using a toaster."
  22. when xx=18 then a="In the woods."
  23. when xx=19 then a="Under the bed."
  24. when xx=20 then a="In bed."
  25. when xx=21 then a="In the kitchen."
  26. when xx=22 then a="In the living room."
  27. when xx=23 then a="In the back seat of the car."
  28. when xx=24 then a="At McDonald's."
  29. when xx=25 then a="I wouldn't know how to do that. I'm not the person you should be asking. :)"
  30. when xx=26 then a="Don't ask me."
  31. when xx=27 then a="Beats me."
  32. when xx=28 then a="In plain view."
  33. when xx=29 then a="Freely."
  34. when xx=30 then a="With a large audience."
  35. when xx=31 then a="With a small audience."
  36. end
  37. modif:
  38. user=nick
  39. old=a
  40. m=length(user);temp=a;x=pos("$1",temp);if x~=0 then do;temp2 = delstr(temp,x,2);old = insert(user,temp2,x-1,m," ");end
  41. temp=old;m=length(channam);x=pos("$chan",temp);if x~=0 then do;temp2 = delstr(temp,x,5);old = insert(channam,temp2,x-1,m," ");end
  42. a=old
  43. 'say 'A
  44. exit
  45.